home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if the visible of sprite 6 then
- if the mouseLine > 0 then
- hilite line the mouseLine of field "PickDay"
- end if
- end if
- if rollOver(12) then
- puppetSprite(6, 1)
- set the visible of sprite 6 to 0
- puppetSprite(6, 0)
- go("nextDay")
- else
- if rollOver(11) then
- puppetSprite(6, 1)
- set the visible of sprite 6 to 0
- puppetSprite(6, 0)
- go("prevDay")
- else
- go("daily cal")
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-